host-interaction/file-system/truncate

truncate file on Linux

rule:
  meta:
    name: truncate file on Linux
    namespace: host-interaction/file-system/truncate
    authors:
      - mehunhoff@google.com
    scopes:
      static: basic block
      dynamic: call
  features:
    - and:
      - or:
        - os: android
        - os: linux
      - api: ftruncate

last edited: 2024-06-11 18:10:57